tools/libxl: Add save_helper_state pointers to libxl__xc_domain_{save,restore}()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Sat, 11 Jul 2015 13:05:35 +0000 (14:05 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 15 Jul 2015 10:22:53 +0000 (11:22 +0100)
commitaefc3418c2181eee86309962b64b6f3043a085d3
tree2cbc97f8221ca15a51eaffd3a966ab6d8497c659
parentfa6b3e17355a7e7736f1b0a01214b3eb9dcde6c7
tools/libxl: Add save_helper_state pointers to libxl__xc_domain_{save,restore}()

Currently, libxl__xc_domain_{save,restore}() have specific knowledge
of where the libxl__save_helper_state lives inside a
libxl__domain_{create,save}_state object.

In later changes, the logical ownership of the
libxl__save_helper_state will change and will no longer be
d{c,s}s->shs.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
---
New in v3
tools/libxl/libxl_create.c
tools/libxl/libxl_dom.c
tools/libxl/libxl_internal.h
tools/libxl/libxl_save_callout.c